object fValidationErrDlg: TfValidationErrDlg
Left = 397
Top = 335
BorderStyle = bsDialog
Caption = 'Feed Contains Errors'
ClientHeight = 236
ClientWidth = 369
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object htmlCaption: THTMLabel
Left = 69
Top = 13
Width = 281
Height = 136
AnchorHint = False
AutoSizing = True
AutoSizeType = asVertical
Ellipsis = False
HintShowFull = False
Hover = False
HoverColor = clNone
HoverFontColor = clNone
HTMLHint = False
HTMLText.Strings = (
'This newsfeed contains errors. FeedDemon will attempt to work a' +
'round these problems, but the feed may need to be fixed by its a' +
'uthor for it to display correctly.
If you'#39're the author o' +
'f this feed, it is recommended that you check' +
' it with the Feed Validator and correct any problems it repo' +
'rts.
Note: This message may be disabled on the Gen' +
'eral page in Options.')
ShadowColor = clGray
ShadowOffset = 2
URLColor = clBlue
VAlignment = tvaTop
OnAnchorClick = htmlCaptionAnchorClick
end
object imgIcon: TImage
Left = 21
Top = 13
Width = 24
Height = 24
AutoSize = True
Picture.Data = {}
Transparent = True
end
object pnlBottom: TPanel
Left = 0
Top = 200
Width = 369
Height = 36
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
object btnDetails: TButton
Left = 16
Top = 6
Width = 75
Height = 25
Caption = '&Details >>'
TabOrder = 0
OnClick = btnDetailsClick
end
object btnOK: TButton
Left = 280
Top = 6
Width = 75
Height = 25
Cancel = True
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
end
object memDetails: TMemo
Left = 69
Top = 206
Width = 281
Height = 90
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clBtnText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 1
Visible = False
WordWrap = False
end
end